home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / fetchstretch.swf / scripts / DefineSprite_223 / frame_20 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  129 b   |  7 lines

  1. if(!setFrame)
  2. {
  3.    this.whatFrame = 26 + Math.ceil(Math.random() * 12);
  4.    setFrame = true;
  5. }
  6. gotoAndPlay(this.whatFrame);
  7.